翻訳と辞書
Words near each other
・ Scaevola ramosissima
・ Scaevola socotraensis
・ Scaevola taccada
・ Scaevola verticillata
・ SCAF Tocages
・ Scafa
・ Scafati
・ Scafati Basket
・ SCAFCO
・ Scafell Pike
・ Scafells
・ Scaffaiolo Lake
・ Scaffold (barn)
・ Scaffold (disambiguation)
・ Scaffold (execution site)
Scaffold (programming)
・ Scaffold protein
・ Scaffold web spider
・ Scaffold/matrix attachment region
・ Scaffolding
・ Scaffolding (bioinformatics)
・ Scagea
・ Scagglethorpe
・ Scaggs
・ Scaggsville, Maryland
・ Scaglia
・ Scaglia (genus)
・ Scaglia's tuco-tuco
・ Scagliola
・ Scaglione


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Scaffold (programming) : ウィキペディア英語版
Scaffold (programming)
Scaffolding is a technique supported by some model–view–controller frameworks, in which the programmer can specify how the application database may be used. The compiler or framework uses this specification, together with pre-defined code templates, to generate the final code that the application can use to create, read, update and delete database entries, effectively treating the templates as a "scaffold" on which to build a more powerful application.
Scaffolding is an evolution of database code generators from earlier development environments, such as Oracle's CASE Generator, and many other 4GL client-server software development products.
Scaffolding was made popular by the Ruby on Rails framework. It has been adapted to other software frameworks, including OutSystems Platform, Express Framework, Play framework, Django, MonoRail, Brail, Symfony, Laravel, CodeIgniter, Yii, CakePHP, Phalcon PHP, Model-Glue, PRADO, Grails, Catalyst, Seam Framework, Spring Roo, ASP.NET Dynamic Data and ASP.NET MVC framework's Metadata Template Helpers.
==Run time vs Design time Scaffolding==
Scaffolding can occur at two different phases of the program lifecycle: design time and run time. Design time scaffolding produces files of code that can later be modified by the programmer to customize the way the application database is used. However, for large-scale applications this approach may be difficult to maintain due to the sheer number of files produced, and the fact that the design of the files was largely fixed when they were generated or copied from the original templates. Alternatively, run time scaffolding produces code on the fly. It allows changes to the design of the templates to be immediately reflected throughout the application. But modifying the design of the templates may be more difficult or impractical in the case of run time scaffolding.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Scaffold (programming)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.